import { Alert } from '@aws-amplify/ui-react'; export const AlertVariationsExample = () => { return ( <> Info Error Warning Success Default > ); };